widget: Fix size-allocate signal docs
authorTimm Bäder <mail@baedert.org>
Tue, 13 Nov 2018 19:54:18 +0000 (20:54 +0100)
committerTimm Bäder <mail@baedert.org>
Tue, 13 Nov 2018 19:54:18 +0000 (20:54 +0100)
gtk/gtkwidget.c

index 5ceda15ab5ef01dcac6607186dc9753f9f53207a..2b39f28f398e20244cf1ae8fdb7b2caa3935aff0 100644 (file)
@@ -1467,8 +1467,8 @@ gtk_widget_class_init (GtkWidgetClass *klass)
   /**
    * GtkWidget::size-allocate:
    * @widget: the object which received the signal.
-   * @allocation: (type Gtk.Allocation): the region which has been
-   *   allocated to the widget.
+   * @width: the content width of the widget
+   * @height: the content height of the widget
    * @baseline: the baseline
    */
   widget_signals[SIZE_ALLOCATE] =